home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / July 96 / Re Dead Stripping < prev    next >
Encoding:
Internet Message Format  |  1996-07-03  |  1.1 KB  |  [TEXT/ttxt]

  1. Subject:     Re: Dead Stripping
  2. Sent:        7/3/96 9:43 AM
  3. Received:    7/3/96 9:51 AM
  4. From:        Henri Lamiraux, lamiraux@apple.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. >I have subclassed <FW_CSuperView> into <CClassA>. Everything is fine.
  9. >However, when I subclasse <CClassA> into <CClassB>, the only method that is
  10. >not stripped is <FW_DoNotDeadStripCClassB()>.  There is no multiple
  11. >inheritance involved.
  12. >
  13. >
  14. Do you have anywhere in your code (somewhere that cannot be deadstripped)
  15.  
  16. FW_DO_NOT_DEAD_STRIP(CClassA);
  17. FW_DO_NOT_DEAD_STRIP(CClassB);
  18.  
  19. >
  20. >While I'm at it, is there any problem with deriving <CClassB> from
  21. >FW_MReceiver? The class have to be declared auto-destruct. Is this a
  22. >problem?
  23. >
  24.  
  25. No, this is not a problem.
  26.  
  27. ........................................................................
  28.  Henri Lamiraux                                      lamiraux@apple.com
  29.  Apple Computer, Inc.                 OpenDoc(tm) Development Framework
  30. ........................................................................
  31.  
  32.  
  33.